SftTree/NET 2.0

TotalChildCount Property, ItemClass Class

Softel vdm, Inc.

Returns the number of all dependents of this item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property TotalChildCount As Integer

C#   

public int TotalChildCount { get; }

C++   

public: property int TotalChildCount {
        int get();
}

Property Value

The number of all dependents (immediate and indirect).

Comments

The TotalChildCount property returns the number of all dependents of this item.

The DirectChildCount property can be used to determine the item's number of immediate dependents.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com